
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea { font-family:"Microsoft Yahei" ;color: #333;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #333;  word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 全局 */
*{transition:background-color ease .3s;-moz-transition:background-color ease .3s;-webkit-transition:background-color ease .3s;-o-transition:background-color ease .3s}
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-align:justify;text-justify:inter-ideograph;}
/* 浏览器滚动轴修改 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0;}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}
input,textarea{-webkit-user-select:text}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
/*清除浮动*/

.clearfix:before,.clearfix:after{content: '';display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;  }
.header ,.footer { width:100%; margin:0 auto;  }
/*分页样式*/
.pglist{padding: 25px 0;float:left;width:100%;line-height: 34px;text-align: right; }
.pglist a {color: #333333;padding: 0 10px;margin:0 5px;font-/weight: bold;background: #fff;border: 1px solid #dcdcdc;font-size: 14px;}
.pglist *{display:inline-block;_zoom:1;_display:inline;vertical-align:middle;line-height: 28px;height: 28px;padding-bottom:1px;border-radius: 2px;-webkit-border-radius: 2px;}
.pglist .hover {display:inline-block;color: #fff;background: #005bac;}
.pglist a:hover {display:inline-block;color: #fff;background: #005bac;}

/*顶部*/
.header { }
.cx_top{ width: 100%;margin: 0 auto;position: relative;height: 65px}
.cx_top .lag{position: absolute; z-index: 10;right: 0;top: 0}
.cx_top .lag h3{width:120px;border: 1px solid #262626;position: absolute;right: 0; margin: 18px 0 0 0; height: 35px; line-height: 35px; text-align: left;text-indent: 10px;color: #262626}
.cx_top .lag h3:after{content: "";width: 8px;height: 8px;border: 1px solid #262626;border-style: none solid solid none;position: absolute;top: 30%;right: 15%;-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.cx_top .lag dd ul{ display:none; /*默认隐藏*/ position:absolute; width:120px;  top:55px; right:0;  border:1px solid #efefef; border-top:0;  background:#fff; z-index: 5
	}
.cx_top .lag dd ul li{ line-height: 35px; border-bottom: 1px solid #fff;  }
.cx_top .lag dd ul li a{ display: block; color: #262626;text-align: center;font-size: 14px;  }
.cx_top .lag dd ul li a:hover{ background:#004787; color:#fff;}


.cx_head{ margin: 0 auto; position: relative; z-index: 2; height: 115px; background: #fff;}
.cx_head .logo{ margin: 0 0 0; width: 113px;}
.cx_head .mid{box-sizing: border-box; padding: 30px 0 0 10px}
.cx_head .mid strong{width: 150px; font-size: 26px;  color: #262626;letter-spacing: 2px}
.cx_head .mid span{display: block; font-size: 14px; color: #333333;}
.cx_head .right{ margin: 0 0 0; display: inline-block; width: 844px}

/*nav*/
.nav{ height: 50px; width:100%;}
.nav ul{ text-align:center; display:flex; margin: 0 auto; width: 844px;position: relative; justify-content: flex-end;}
.nav ul li{position: relative;}
.nav ul li a{ padding:0 21px; color: #000; line-height: 50px; display: inline-block;}
.nav ul li a:hover{color: #fff;background: #005bac }
.nav .cur{color: #fff;background: #005bac }


/*导航跟随*/
.stick {position:fixed;top:0;left: 0;background: #fff;width: 100%;box-shadow: 3px 3px 3px rgba(0,0,0,.2); z-index: 999
}

/*banner*/
.slideBox{display:block;width:100%;height:595px;overflow:hidden;  z-index: 1;}
.slideBox .bd img{display:block;margin:0 auto;height:595px;}
.slideBox .prev{display:none;position:absolute;padding:0;left: 50%;margin-left: -695px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;}
.slideBox .next{display:none;position:absolute;padding:0;right: 50%;margin-right: -695px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;}
.slideBox .hd{position:relative;top: -15px;z-index:1;}
.slideBox .hd ul{text-align:center;margin-top: -25px;}
.slideBox .hd ul li{width:10px;height: 10px;display:inline-block;margin: 0 3px;cursor:pointer;background: #fff;}
.slideBox .hd ul li.on{background: #fff;}

/*内页benner*/
.mbanner{padding: 175px 0; background-repeat: no-repeat ; background-position: center;}


/*公用TITLE*/
.cx_tit{position: relative; z-index: 2; margin: 30px auto ;text-align: left;display: block; box-sizing: border-box; }
.cx_tit em:after{content: ''; height: 4px; width: 32px;background: #ffcc33;position: absolute;right: -50px;top: 15px}
.cx_tit em{font-size: 24px; color: #0a4595; text-transform: uppercase;font-style: normal;font-weight: 200; position: relative;font-weight: bold; }
.cx_tit strong{font-size: 24px;color: #333;font-weight: bold; z-index: 2;position: relative;margin-right: 25px}
.cx_tit strong:before{content: ''; height: 6px; width: 6px;background: #333333;position: absolute;right: -15px;top: 15px; border-radius: 50%}
.cx_tit span{color: #888888;line-height: 50px; font-size: 14px;display: block;}
.cx_tit .more{position: absolute;right: 0; top: 25px; color: #262626}

.cx_tit_1{position: relative; z-index: 2; margin: 0 auto ;text-align: left; width: 100%}
.cx_tit_1 em{display: inline-block;font-style: inherit;font-family: 'Impact';font-size: 36px; color: #fff;position: relative; text-transform: uppercase;}
.cx_tit_1 em:after{content: '';background: url(../images/ogk.png); width: 73px; height: 6px;position: absolute;right: -65px;top: 19px}
.cx_tit_1 strong{display: block;font-size: 28px;color: #fff}

/*底部*/

.cx_foot{ background: #333333; width:100%; display: flex; flex-direction:column; color: #999; padding: 30px 0}
.cx_foot .left{width: 30%; float: left; box-sizing:border-box;padding-right: 40px;box-sizing: border-box; }

.cx_foot .left dl{width: 100%;padding: 10px 0 0  0}
.cx_foot .left dl dt{ font-size: 30px;color:#fff; font-family: 'Impact'; padding: 10px 0}
.cx_foot .left dl dd{line-height: 30px;color: #999999;font-size: 14px;margin-top: 5px}


.cx_foot .right{ width: 70% ;float: left; box-sizing:border-box;padding: 0 0 0 30px}

.cx_foot .right dl{ width: 25%;line-height: 30px;margin: 10px 0 20px 0; float: left;padding: 0 0 0 30px;box-sizing: border-box;}
.cx_foot .right dl dt{ width: 100%; }
.cx_foot .right dl dt a{color: #999;font-size: 16px;line-height: 40px; font-weight: bold;}
.cx_foot .right dl dd{display:block; width: 100%;}
.cx_foot .right dl dd a{font-size: 14px;color: #999;padding: 0 20px 0 0 }
.cx_bq{ background: #fff; width:100%; height: 50px;  color: #999; line-height: 50px; text-align: left; font-size:14px;}

.cx_bq a{ color: #999 }

/*面包削导航*/
.mbx{border-bottom: 1px dashed #efefef; line-height: 40px;font-size: 14px;}
.mbx a{line-height: 40px; color: #666; font-size: 14px;}
.mbx:before{content: ''; background: url(../images/dark-icon2.png) no-repeat 4px 10px;display: inline-block; width: 18px; height: 40px;margin-right:10px; float: left}

/*内页二级导航*/
.main_tit{display: flex;margin: 20px auto}
.main_tit .left{flex:3}
.main_tit .right{flex: 7}


.navtow{margin: 20px auto;text-align: right}
.navtow a{color: #fff}
.navtow li{ padding: 5px 50px; line-height: 40px; border:1px solid #efefef;display: inline-block; cursor: pointer;}
.navtow li a{color: #333}
.navtow li:hover{ background:#005bac}
.navtow li:hover a{color: #fff}
.navtow .on{ background: #005bac; color: #fff }
.navtow .on a{color: #fff }



/* 浮动工具 */
.c-tools {position: fixed;z-index: 9999;text-align: center;right: 0;bottom: 50%;margin-bottom: -144px;}
.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 62px;height: 62px;margin: 1px;background: #333 url(../images/tools-ico.png) no-repeat;}
.c-tools ul li:hover {background-color: #005bac;}
.c-tools ul li span {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: none;position: absolute;right: 63px;width: 135px;padding: 0 10px;background: #ff9601;color: #ffffff;}
.c-tools ul li .ewmPic {width: 168px;}
.c-tools ul li .ewmPic img {display: block;margin-top: 10px;padding-bottom: 10px;width: 168px;height: 168px;}
.c-tools ul .tel-ico {background-position: center -22px;}
.c-tools ul .tel-ico span{ height:62px; line-height:62px}
.c-tools ul .ewm-ico {background-position: center 21px;}
.c-tools ul .qq-ico {background-position: center -69px;}
.c-tools ul .top-ico {background-position: center -115px;}